golang.org/x/sys/unix.fileHandle.Type (field)
4 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2421: Type int32
syscall_linux.go#L2437: fh.Type = handleType
syscall_linux.go#L2443: func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type }
syscall_linux.go#L2449: return unsafe.Slice((*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(&fh.fileHandle.Type))+4)), n)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)